-
Notifications
You must be signed in to change notification settings - Fork 22
feat: drop msvc emulation mode #1004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
@alandefreitas please advice on how to test this (so that we are informed when the tools stops working on Windows) |
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
3 similar comments
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
6d43aed
to
92ae4ff
Compare
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
92ae4ff
to
57011a5
Compare
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
This will be squashed I hope? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes MSVC emulation mode from the MrDocs compilation database handling, simplifying command line processing by always using Clang's native format instead of supporting both Clang and MSVC/clang-cl command line styles.
- Removes driver mode detection and conditional command line formatting
- Adds explicit translation of clang-cl
/std:
flags to Clang-std=
format - Updates option filtering to exclude more MSVC-specific flags
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
src/lib/MrDocsCompilationDatabase.cpp | Core changes removing MSVC emulation and adding clang-cl flag translation |
src/test/lib/MrDocsCompilationDatabase.cpp | New test file validating clang-cl flag translation functionality |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
An automated preview of the documentation is available at https://1004.mrdocs.prtest2.cppalliance.org/index.html |
as discussed in #997